@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  color: #303030;
  font-size: 10px;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
  background-color: #f6f6f6;
}
@media screen and (max-width: 980px) {
  html {
    min-width: 980px;
  }
}
@media screen and (max-width: 767px) {
  html {
    min-width: 100%;
  }
}

.breadcrumbs {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    max-width: 100%;
    padding: 0 3%;
  }
}
.breadcrumbs__wrapper {
  font-size: 1.6rem;
  padding: 28px 0;
  margin-bottom: 30px;
  border-bottom: 5px solid #0085d0;
}
@media screen and (max-width: 767px) {
  .breadcrumbs__wrapper {
    font-size: 12px;
    margin-bottom: 15px;
    padding: 15px 0;
  }
}
.breadcrumbs__wrapper span:not(.breadcrumbs__current) {
  padding: 0 5px;
}
.breadcrumbs__link {
  font-family: "Arial", sans-serif;
  color: #0085d0;
  text-decoration: underline;
}
.breadcrumbs__current {
  font-weight: 500;
  color: #0085d0;
}
.breadcrumbs__current:last-child {
  color: #222;
}

.page__title {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page__title {
    max-width: 100%;
    padding: 0 3%;
  }
}
.page__title-text {
  font-size: 3.6rem;
  font-family: "vdl-lineg", sans-serif;
  font-weight: 400;
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .page__title-text {
    font-size: 30px;
  }
}
.page__title-text span {
  line-height: 1em;
  display: block;
  padding: 5px;
  color: #fff;
  background-color: #0085d0;
}

.header {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
}
.header__top-wrapper {
  max-width: 1366px;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header__top-wrapper {
    max-width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 1400px) {
  .header__top-wrapper {
    width: 100%;
    padding: 0 30px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .header__top-wrapper {
    padding: 0;
  }
}
.header__top {
  padding: 20px 0 17px;
  border-bottom: 1px solid #ebebeb;
}
@media screen and (max-width: 767px) {
  .header__top {
    padding: 0;
  }
}
.header__top-column {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header__top-column {
    padding-left: 2%;
  }
}
.header__contact-menu {
  flex-direction: column;
  padding: 15px 50px;
  background-color: #ca0000;
  color: #fff;
}
.header__logo {
  display: flex;
  width: 310px;
  margin-right: 75px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 48%;
    margin-right: 0;
  }
}
.header__logo img {
  width: 100%;
}
.header__description {
  font-size: 1.2rem;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 0.15em;
}
.header__contact {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .header__contact {
    margin-right: 0;
  }
}
.header__contact span {
  font-size: 3.47rem;
  font-family: "Roboto Condensed", sans-serif;
  display: flex;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .header__contact span {
    font-size: 40px;
    line-height: 1em;
  }
}
.header__contact-icon {
  width: 18%;
}
@media screen and (max-width: 767px) {
  .header__contact-icon {
    filter: brightness(10);
  }
}
.header__badge {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
  background-color: #ca0000;
  padding: 2px 10px;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .header__badge {
    padding: 0;
    background-color: #fff;
    border-radius: 0;
    color: #ca0000;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 10px;
    width: 100%;
    text-align: center;
  }
}
.header__nav {
  z-index: 1;
  width: 100%;
  display: flex;
  max-width: 1366px;
  margin: 0 auto;
  box-sizing: border-box;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header__nav {
    max-width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 1400px) {
  .header__nav {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header__nav {
    padding: 0;
    flex-direction: column;
    position: absolute;
    background: #fff;
    box-shadow: 0 4px 8px 2px #9f9f9f;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
}
.header__nav.active {
  opacity: 1;
  max-height: 1000px;
  visibility: visible;
}
.header__nav-column {
  display: flex;
}
@media screen and (max-width: 767px) {
  .header__nav-column {
    flex-wrap: wrap;
  }
}
.header__nav-column--right .header__nav-item {
  width: 110px;
  border-right: 0;
  border-left: 1px solid #ebebeb;
}
@media screen and (max-width: 767px) {
  .header__nav-column--right .header__nav-item {
    border-left: 0;
    width: 100%;
    background-color: #f6f6f6;
  }
}
.header__nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 13px;
  width: 130px;
  height: 80px;
  position: relative;
  border-right: 1px solid #ebebeb;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .header__nav-item {
    width: 100%;
    height: unset;
    padding: 14px 10px;
    border-right: 0;
    border-bottom: 1px solid #ebebeb;
  }
}
.header__nav-item:hover::before {
  right: 0;
  left: 0;
}
.header__nav-item::before {
  content: "";
  position: absolute;
  right: 50%;
  left: 50%;
  bottom: 0;
  height: 3px;
  transition-duration: 0.2s;
  transition-property: left, right;
  background: #0085d0;
  transition-timing-function: ease-out;
}
.header__sub-list {
  position: absolute;
  display: flex;
  text-align: center;
  flex-direction: column;
  top: 80px !important;
  width: 140%;
  z-index: 2;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .header__sub-list {
    position: relative;
    top: 10px !important;
  }
}
.header__sub-item {
  font: 400 1.6rem "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  padding: 10px;
  border: 1px solid #ebebeb;
  color: #000 !important;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .header__sub-item:last-child {
    border-bottom: none;
  }
}
.header__sub-item:not(:first-child) {
  border-top: none;
}
.header__nav-item-icon {
  width: 45px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .header__nav-item-icon {
    display: none;
  }
}
.header__nav-item-text {
  font-size: 1.4rem;
  font-weight: 700;
  padding-top: 5px;
  text-align: center;
}
.header__nav-item-text--small {
  font-size: 1rem;
  padding-top: 6px;
  line-height: 1.1em;
}
@media screen and (max-width: 767px) {
  .header__nav-item-text {
    font-size: 18px;
    padding: 0;
  }
}
.header__menu {
  width: 55px;
  height: 55px;
  background-color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header__menu.active span {
  transform: rotate(-45deg);
}
.header__menu.active span:first-child {
  width: 0;
}
.header__menu.active span:last-child {
  margin-top: 0;
  transform: rotate(45deg);
}
.header__menu span {
  width: 32%;
  background-color: #fff;
  display: block;
  height: 2px;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.header__menu span:first-child {
  margin-bottom: 10px;
}
.header__menu span:last-child {
  margin-top: 10px;
}

.footer {
  background-color: #0085d0;
  color: #fff;
  padding-bottom: 70px;
  font-size: 14px;
  line-height: 1.666;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 0;
    position: relative;
  }
}
.footer__wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .footer__wrapper {
    flex-direction: column;
  }
}
.footer__site-title {
  margin-bottom: 13px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .footer__details {
    margin-bottom: 25px;
  }
}
.footer__details-content {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .footer__details-content {
    font-weight: 400;
    font-size: 14px;
  }
}
.footer__details-content span {
  font-family: "Arial", sans-serif;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  margin-left: 80px;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    margin-left: 0;
    font-weight: 400;
  }
}
.footer__essentials {
  display: flex;
  margin-left: auto;
  flex-direction: column;
  align-items: flex-end;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .footer__essentials {
    margin-left: 0;
    align-items: flex-start;
    font-weight: 400;
  }
}
.footer__essentials-other {
  display: flex;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .footer__essentials-other {
    flex-direction: column;
  }
}
.footer__nav-link {
  margin-bottom: 8.5px;
  text-decoration: underline;
}
.footer__nav-link:hover {
  text-decoration: none;
}
.footer__contact-link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .footer__contact-link {
    margin-bottom: 5px;
  }
}
.footer__essentials-link {
  margin-left: 15px;
}
.footer__essentials-link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .footer__essentials-link {
    margin-left: 0;
    margin-bottom: 5px;
  }
}
.footer__copyright {
  margin-bottom: 65px;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-bottom: 32.5px;
    margin-top: 50px;
    width: 100%;
    text-align: center;
  }
}
.footer__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 85px 0;
  background-image: url("/img/footer-contact-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer__contact-title {
  line-height: 1em;
  padding-bottom: 28px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .footer__contact-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer__contact-button-wrapper {
    width: 100%;
  }
}
.footer__contact-button-wrapper a {
  background-color: #0085d0;
  width: 620px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 3.2rem;
  letter-spacing: 0.06rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__contact-button-wrapper a {
    font-size: 21px;
    width: 100%;
    height: 75px;
  }
}
.footer__contact-button-wrapper a::before {
  content: "";
  width: 40px;
  height: 28px;
  display: inline;
  margin-right: 23px;
  background-image: url("/img/icons/footer-contact-icon.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .footer__contact-button-wrapper a::before {
    width: 20px;
    height: 14px;
    margin-right: 11.5px;
  }
}
.footer__contact-button-wrapper a::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 35px;
  background-image: url("/img/icons/button-arrow-icon.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .footer__contact-button-wrapper a::after {
    width: 15px;
    height: 15px;
  }
}
.footer__toTop {
  position: fixed;
  z-index: 1;
  top: auto;
  right: 20px;
  bottom: 0;
  width: 70px;
  height: 70px;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0;
  background-color: #222;
}
@media screen and (max-width: 767px) {
  .footer__toTop {
    position: absolute;
    top: 0;
    right: 0;
    width: 16vw;
    height: 16vw;
    margin: -8vw 2vw 0 0;
  }
}
.footer__toTop::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  margin: 28px 0 0 22px;
  transform: rotate(-45deg);
  border-top: 6px solid #fff;
  border-right: 6px solid #fff;
}
@media screen and (max-width: 767px) {
  .footer__toTop::after {
    top: 50%;
    left: 50%;
    width: 5vw;
    height: 5vw;
    margin: -1.5vw 0 0 -3.3vw;
    border-top: 1.6vw solid #fff;
    border-right: 1.6vw solid #fff;
  }
}
.footer__toTop.active {
  bottom: 20px;
  opacity: 1;
}
.footer__toTop:hover {
  bottom: 30px;
}

.aircon-list {
  width: 100%;
  background-color: #f6f6f6;
  padding: 30px 0;
  scroll-behavior: smooth;
}
.aircon-list__container {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 65px 40px;
}
@media screen and (max-width: 980px) {
  .aircon-list__container {
    padding: 0 5% 30px;
  }
}
@media screen and (max-width: 767px) {
  .aircon-list__container {
    padding: 0 3% 20px;
  }
}
.aircon-list__head-wrap {
  padding: 30px 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .aircon-list__head-wrap {
    padding: 15px 0 20px;
  }
}
.aircon-list__head-title {
  font-family: "vdl-lineg", sans-serif;
  font-size: 2.6rem;
  color: #0085d0;
  letter-spacing: 0.04em;
  line-height: 1.75em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aircon-list__head-title {
    font-size: 1.6rem;
  }
}
.aircon-list__head-title::after {
  content: "";
  width: 160px;
  border-top: 1px solid #9f9f9f;
  position: absolute;
  bottom: -15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .aircon-list__head-title::after {
    bottom: -10px;
  }
}
.aircon-list__title-desc {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.9375em;
  margin: 40px 0 20px;
}
@media screen and (max-width: 767px) {
  .aircon-list__title-desc {
    font-size: 1.2rem;
    margin: 30px 0 10px;
  }
}
.aircon-list__link-wrap {
  max-width: 1070px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .aircon-list__link-wrap {
    flex-direction: column;
  }
}
.aircon-list__link {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  width: 210px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  background-color: #0085d0;
  color: #fff;
  border-radius: 5px;
  position: relative;
  padding-top: 10px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .aircon-list__link {
    font-size: 1.4rem;
    width: 100%;
    height: 65px;
  }
}
.aircon-list__link::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  bottom: 10px;
  background-image: url("/img/aircon-list/icon-arrow-down.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .aircon-list__link::after {
    bottom: 8px;
    width: 18px;
    height: 18px;
  }
}
.aircon-list__link:hover {
  box-shadow: 3px 3px 8px 0 rgba(20, 20, 20, 0.4);
}
.aircon-list__link-img {
  width: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .aircon-list__link-img {
    width: 20px;
  }
}
.aircon-list__link-img--w35 {
  width: 35px;
}
@media screen and (max-width: 767px) {
  .aircon-list__link-img--w35 {
    width: 25px;
  }
}
.aircon-list__title-wrap {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #9f9f9f;
  padding-bottom: 5px;
}
.aircon-list__section-icon {
  background-color: #0085d0;
  width: 45px;
  height: 45px;
  margin-right: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .aircon-list__section-icon {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
}
.aircon-list__section-icon img {
  width: 26px;
}
@media screen and (max-width: 767px) {
  .aircon-list__section-icon img {
    width: 20px;
  }
}
.aircon-list__section-title {
  color: #0085d0;
  font-size: 3rem;
  font-family: "vdl-lineg", sans-serif;
  line-height: 1.75em;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aircon-list__section-title {
    font-size: 1.8rem;
  }
}
.aircon-list__section-quote {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7222222222em;
  letter-spacing: 0.04em;
  margin: 20px 0;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .aircon-list__section-quote {
    font-size: 1.4rem;
    padding: 0 15px;
    margin: 10px 0;
  }
}
.aircon-list__section-desc {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9375em;
  letter-spacing: 0.04em;
  padding: 20px 30px 40px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .aircon-list__section-desc {
    width: 100%;
    font-size: 1.2rem;
    padding: 10px 15px 20px;
  }
}
.aircon-list__product-wrap {
  width: 50%;
}
.aircon-list__product-box img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  object-position: center;
}
.aircon-list__manufacturer {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  margin-top: 20px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .aircon-list__manufacturer {
    font-size: 1.1rem;
    margin-top: 10px;
  }
}
.aircon-list__manufacturer label {
  font-weight: 700;
  background-color: #000;
  line-height: 1.7666666667em;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 0 5px;
  margin-right: 10px;
}
.aircon-list__company {
  font-weight: 500;
  line-height: 2.2em;
}
.aircon-list__product-desc-wrap {
  display: flex;
}
.aircon-list__product-detail {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8888888889em;
  letter-spacing: 0.04em;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .aircon-list__product-detail {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}
.aircon-list__price-wrap {
  display: flex;
  font-weight: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  margin: 20px 0 10px;
}
@media screen and (max-width: 767px) {
  .aircon-list__price-wrap {
    margin: 10px 0 5px;
  }
}
.aircon-list__price-wrap label {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75em;
  display: flex;
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .aircon-list__price-wrap label {
    font-size: 1.2rem;
  }
}
.aircon-list__price {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2692307692em;
  color: #ca0000;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .aircon-list__price {
    font-size: 2rem;
  }
}
.aircon-list__price span {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: 0.04em;
  color: #303030;
}
@media screen and (max-width: 767px) {
  .aircon-list__price span {
    font-size: 1rem;
  }
}
.aircon-list__hp-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}
.aircon-list__hp-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7222222222em;
  letter-spacing: 0.04em;
  margin: 35px 0 25px;
}
@media screen and (max-width: 767px) {
  .aircon-list__hp-title {
    font-size: 1.4rem;
    margin: 20px 0 10px;
  }
}
.aircon-list__hp-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .aircon-list__hp-table {
    margin-bottom: 15px;
  }
}
.aircon-list__hp-table th {
  border: 1px solid #9f9f9f;
  height: 60px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8333333333em;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .aircon-list__hp-table th {
    font-size: 1.2rem;
    height: 40px;
  }
}
.aircon-list__table-head {
  background-color: #E5F3FA;
}
.aircon-list__table-body td {
  border: 1px solid #9f9f9f;
  text-align: center;
  height: 60px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.0625em;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .aircon-list__table-body td {
    font-size: 1.2rem;
    height: 40px;
  }
}
.aircon-list__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0085d0;
  margin: 0 auto 80px;
  width: 535px;
  height: 70px;
  transition: 0.3s ease-in-out;
  color: #fff;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aircon-list__btn {
    width: 100%;
    font-size: 1.4rem;
    margin: 0 auto 40px;
    height: 50px;
  }
}
.aircon-list__btn::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background-image: url("/img/aircon-list/icon-arrow-down.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  right: 50px;
  top: 50%;
  transform: rotate(-90deg) translateX(50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .aircon-list__btn::after {
    right: 80px;
  }
}
@media screen and (max-width: 450px) {
  .aircon-list__btn::after {
    right: 20px;
  }
}
.aircon-list__btn:hover {
  box-shadow: 3px 3px 8px 0 rgba(20, 20, 20, 0.4);
}
.aircon-list__btn--bottom {
  margin-bottom: 0;
}
.aircon-list__btn--mt30 {
  margin-top: 30px;
}

.construction {
  background-color: #f6f6f6;
  padding-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .construction {
    padding: 0 3% 30px;
  }
}
@media screen and (max-width: 767px) {
  .construction {
    padding-bottom: 15px;
  }
}
.construction--pb10 {
  padding-bottom: 10px;
}
.construction__container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff;
  padding: 40px 65px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .construction__container {
    max-width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 1200px) {
  .construction__container {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .construction__container {
    padding: 15px 20px;
    margin-top: 15px;
  }
}
.construction__category-wrap {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .construction__category-wrap {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.construction__category-label {
  font-size: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75em;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .construction__category-label {
    font-size: 1.4rem;
    margin-right: 0;
    justify-content: flex-start;
  }
}
.construction__select-wrap {
  position: relative;
}
.construction__select-wrap::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 10px;
  background-image: url("/img/icons/blue-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .construction__select-wrap::after {
    width: 12px;
  }
}
.construction__select {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75em;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 15px;
  width: 400px;
  height: 50px;
  border: 1px solid #B3B3B3;
  outline: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .construction__select {
    width: 100%;
    height: 30px;
    padding: 0 10px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .construction__select--sp220 {
    width: 220px;
  }
}
.construction__product-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  gap: 55px;
  margin-bottom: 40px;
  border-bottom: 1px solid #9f9f9f;
  padding-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .construction__product-wrap {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .construction__product-wrap {
    gap: 25px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}
.construction__product-box {
  max-width: 320px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .construction__product-box {
    max-width: unset;
  }
}
.construction__product-box img {
  width: 100%;
  height: 213px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .construction__product-box img {
    height: unset;
  }
}
.construction__product-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .construction__product-detail {
    margin: 10px 0;
  }
}
.construction__product-type {
  border: 1px solid #0085d0;
  color: #0085d0;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.75em;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .construction__product-type {
    font-size: 1.2rem;
  }
}
.construction__product-location {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7666666667em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .construction__product-location {
    font-size: 1.3rem;
  }
}
.construction__product-location::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 15px;
  background-image: url("/img/icons/location-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  left: -17px;
  transform: translateY(-50%);
}
.construction__product-desc {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6666666667em;
}
@media screen and (max-width: 767px) {
  .construction__product-desc {
    font-size: 1.4rem;
  }
}

.construction-detail__spider-info {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .construction-detail__spider-info {
    margin-top: 30px;
  }
}
.construction-detail__info-wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .construction-detail__info-wrap {
    flex-direction: column;
    margin-bottom: 15px;
  }
}
.construction-detail__splide-date {
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.75em;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .construction-detail__splide-date {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
.construction-detail__splide-product {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #0085d0;
  border: 1px solid #0085d0;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .construction-detail__splide-product {
    font-size: 1.4rem;
    width: 110px;
    margin-bottom: 5px;
  }
}
.construction-detail__splide-loc {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.75em;
  color: #222;
  position: relative;
  padding-left: 38px;
}
@media screen and (max-width: 767px) {
  .construction-detail__splide-loc {
    padding-left: 15px;
    font-size: 1.2rem;
  }
}
.construction-detail__splide-loc::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 16px;
  background-image: url("/img/icons/location-icon.svg");
  background-size: 100%;
  background-position: center;
  top: 15%;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .construction-detail__splide-loc::before {
    width: 12px;
    height: 15px;
    left: 0;
    top: 10%;
  }
}
.construction-detail__splide-title {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1em;
  margin: 20px 0 30px;
}
@media screen and (max-width: 767px) {
  .construction-detail__splide-title {
    font-size: 1.8rem;
    margin: 10px 0 15px;
  }
}
.construction-detail__title-wrap {
  display: flex;
  align-items: center;
  margin: 40px 0 30px;
}
@media screen and (max-width: 767px) {
  .construction-detail__title-wrap {
    margin: 20px 0 15px;
  }
}
.construction-detail__title-wrap img {
  width: 24px;
  height: 25px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .construction-detail__title-wrap img {
    width: 20px;
    height: 20px;
  }
}
.construction-detail__summary-title {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 700;
  color: #0085d0;
  font-size: 2rem;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .construction-detail__summary-title {
    font-size: 1.6rem;
    line-height: 2.1875em;
  }
}
.construction-detail__detail-row {
  display: flex;
  align-items: center;
  border-top: 1px solid #909090;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .construction-detail__detail-row {
    flex-direction: column;
  }
}
.construction-detail__detail-row--bg-wildsands {
  background-color: #f6f6f6;
}
.construction-detail__detail-row--col {
  flex-direction: column;
}
.construction-detail__row-label {
  max-width: 210px;
  width: 100%;
  padding: 25px 30px;
}
@media screen and (max-width: 767px) {
  .construction-detail__row-label {
    padding: 10px 15px;
    max-width: unset;
  }
}
.construction-detail__label {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .construction-detail__label {
    font-size: 1.4rem;
    line-height: 2.25em;
  }
}
.construction-detail__row-detail {
  max-width: 860px;
  width: 100%;
  padding: 25px 30px;
}
@media screen and (max-width: 767px) {
  .construction-detail__row-detail {
    max-width: unset;
    padding: 10px 15px;
  }
}
.construction-detail__row-detail--pad15 {
  padding: 15px 30px;
}
@media screen and (max-width: 767px) {
  .construction-detail__row-detail--pad15 {
    padding: 0 15px;
  }
}
.construction-detail__row-detail--bg-white {
  background-color: #fff;
}
.construction-detail__detail {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8333333333em;
}
@media screen and (max-width: 767px) {
  .construction-detail__detail {
    font-size: 1.4rem;
    line-height: 2.25em;
  }
}
.construction-detail__para {
  padding: 30px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9375em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .construction-detail__para {
    font-size: 1.2rem;
    line-height: 2.5833333333em;
    padding: 15px;
  }
}
.construction-detail__img-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  column-gap: 30px;
}
@media screen and (max-width: 767px) {
  .construction-detail__img-wrap {
    flex-direction: column;
    padding-top: 20px;
  }
}
.construction-detail__img-box {
  max-width: 520px;
  width: 100%;
  height: 347px;
}
@media screen and (max-width: 767px) {
  .construction-detail__img-box {
    max-width: unset;
    height: 250px;
  }
  .construction-detail__img-box:first-child {
    margin-bottom: 10px;
  }
}
.construction-detail__img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.construction-detail__btn-wrap {
  border-top: 1px solid #909090;
  padding: 40px 40px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .construction-detail__btn-wrap {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.25em;
    flex-direction: column;
    padding: 20px 20px 10px;
  }
}
.construction-detail__btn-prev {
  position: relative;
}
@media screen and (max-width: 767px) {
  .construction-detail__btn-prev {
    margin: 0 0 10px 20px;
  }
}
.construction-detail__btn-prev::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 14px;
  top: 50%;
  left: -20px;
  transform: translateY(-60%);
  background-image: url("/img/icons/left-arrow.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
}
.construction-detail__btn-prev:hover::before {
  left: -25px;
}
.construction-detail__btn-list {
  position: relative;
}
@media screen and (max-width: 767px) {
  .construction-detail__btn-list {
    margin: 0 20px 10px 0;
  }
}
.construction-detail__btn-list::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  right: -30px;
  transform: translateY(-60%);
  background-image: url("/img/icons/dotted-list-icon.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .construction-detail__btn-list::after {
    right: -25px;
  }
}
.construction-detail__btn-list:hover::after {
  right: -35px;
}
@media screen and (max-width: 767px) {
  .construction-detail__btn-list:hover::after {
    right: -30px;
  }
}
.construction-detail__btn-next {
  position: relative;
}
@media screen and (max-width: 767px) {
  .construction-detail__btn-next {
    margin: 0 20px 10px 0;
  }
}
.construction-detail__btn-next::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 14px;
  top: 50%;
  right: -20px;
  transform: translateY(-60%);
  background-image: url("/img/icons/right-arrow.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
}
.construction-detail__btn-next:hover::after {
  right: -25px;
}

.news {
  padding-bottom: 30px;
}
.news__container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 30px;
  padding: 40px 65px;
}
@media screen and (max-width: 767px) {
  .news__container {
    max-width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .news__container {
    padding: 20px 3%;
  }
}
.news__option-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .news__option-wrap {
    flex-direction: column;
  }
}
.news__option {
  display: flex;
  align-items: center;
}
.news__option-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75em;
  margin-right: 20px;
  width: 90px;
}
@media screen and (max-width: 767px) {
  .news__option-label {
    width: 70px;
    font-size: 1.4rem;
    margin-right: 10px;
  }
}
.news__row-wrap {
  border-bottom: 1px solid #909090;
  padding: 30px 45px 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .news__row-wrap {
    padding: 15px 10px 0;
  }
}
.news__row-wrap--w1000 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .news__row-wrap--w1000 {
    padding: 15px 0;
  }
}
.news__row-wrap.noborder {
  border-bottom: none;
}
.news__row-head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news__row-head {
    margin-bottom: 10px;
  }
}
.news__row-date {
  font-weight: 700;
  font-size: 1.7rem;
  width: 100px;
  height: 20px;
  border-right: 1px solid #222;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .news__row-date {
    font-size: 1.3rem;
    width: 80px;
  }
}
.news__row-title {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  background-color: #0085d0;
  color: #fff;
  width: 80px;
  border-radius: 11px;
  margin-left: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .news__row-title {
    font-size: 1.2rem;
    width: 70px;
    margin-left: 10px;
  }
}
.news__row-new {
  background-color: #C81E00;
  color: #fff;
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0.01em;
  width: 54px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .news__row-new {
    font-size: 1.3rem;
    width: 40px;
    height: 20px;
    margin-left: 5px;
  }
}
.news__row-social {
  width: 100px;
  height: 30px;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .news__row-social {
    width: 70px;
    height: 20px;
  }
}
.news__row-desc {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7em;
  padding: 5px 0 15px;
}
@media screen and (max-width: 767px) {
  .news__row-desc {
    font-size: 1.6rem;
    padding: 0 0 10px;
  }
}
.news__row-para {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.9375em;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .news__row-para {
    font-size: 1.2rem;
    line-height: 2.5833333333em;
    padding: 0 5px;
  }
}
.news__row-title-bullet {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 10px 0 10px 20px;
  position: relative;
  border-bottom: 1px dashed #909090;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .news__row-title-bullet {
    font-size: 1.4rem;
    margin: 20px 0;
    padding: 5px 0 5px 20px;
  }
}
.news__row-title-bullet::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #0085d0;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .news__row-title-bullet::before {
    width: 10px;
    height: 10px;
  }
}
.news__img-wrap {
  height: 665px;
  margin-bottom: 30px;
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .news__img-wrap {
    height: 350px;
    margin-bottom: 15px;
  }
}
.news__pagination {
  padding-top: 40px;
}

.addtoany_shortcode {
  position: absolute;
  right: 0;
}

.office {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .office {
    max-width: 100%;
    padding: 0 3%;
  }
}
.office__wrapper {
  padding: 3.5rem 5.42%;
  margin: 2.5rem 0 0;
}
.office__title {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.office__title h2 {
  position: relative;
  font-size: 2.6rem;
  font-family: "vdl-lineg", sans-serif;
  letter-spacing: 0.04em;
  color: #0085d0;
  display: flex;
  justify-content: center;
  padding-bottom: 1.25rem;
}
.office__title h2::before {
  content: "";
  width: 160px;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: #222;
  opacity: 0.5;
}
.office__row {
  padding-bottom: 5rem;
}
.office__row-title {
  display: flex;
  font-family: "vdl-lineg", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  width: 100%;
  border-bottom: 1px solid rgba(34, 34, 34, 0.3137254902);
  padding-bottom: 1.25rem;
  margin-bottom: 3rem;
}
.office__row-title span {
  color: #0085d0;
  padding-right: 5px;
}
.office__row-title h3 {
  font-size: inherit;
  font-weight: 400;
}
.office__row-description {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.office__details {
  display: flex;
  justify-content: space-between;
  padding: 5rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .office__details {
    flex-wrap: wrap;
    padding: 25px 0 5px;
  }
}
.office__details--table {
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .office__details--table {
    padding-top: 15px;
    flex-wrap: wrap;
  }
}
.office__details-column {
  width: 48.59%;
  display: none;
}
@media screen and (max-width: 767px) {
  .office__details-column {
    width: 100%;
  }
}
.office__details-column:first-child .office__table-row:last-child {
  border-bottom: 0;
}
.office__details-column--block {
  display: block !important;
}
.office__details-column--block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
}
.office__gallery, .office__gallery-thumbnail {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .office__gallery, .office__gallery-thumbnail {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .office__details-description {
    padding-top: 20px;
  }
}
.office__details-code-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  background-color: #000;
  padding: 3px 8px;
}
.office__details-code {
  font-size: 1.5rem;
  font-weight: 500;
  padding-left: 10px;
}
.office__detail-title {
  font-size: 1.8rem;
  padding-top: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.8888888889em;
}
.office__detail-price {
  display: flex;
  padding: 2rem 0;
  align-items: baseline;
  border-bottom: 1px solid rgba(34, 34, 34, 0.3137254902);
}
@media screen and (max-width: 767px) {
  .office__detail-price {
    padding: 10px 0;
  }
}
.office__detail-price img {
  width: 20px;
  padding-bottom: 2px;
}
.office__detail-price-prev {
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: #C81E00 line-through 1.5px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .office__detail-price-prev {
    font-size: 12px;
    margin-right: 5px;
  }
}
.office__detail-price-current {
  font-size: 1.6rem;
  font-weight: 500;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .office__detail-price-current {
    font-size: 12px;
    margin-left: 10px;
  }
}
.office__detail-price-current--red {
  font-size: 2.6rem;
  color: #C81E00;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .office__detail-price-current--red {
    font-size: 22px;
  }
}
.office__detail-price-current--11 {
  font-size: 1.1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .office__detail-price-current--11 {
    font-size: 9px;
  }
}
.office__detail-description {
  padding-top: 4rem;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .office__detail-description {
    padding-top: 20px;
  }
}
.office__table-row {
  display: flex;
  font-size: 1.6rem;
  border-bottom: 1px solid rgba(34, 34, 34, 0.3137254902);
}
@media screen and (max-width: 767px) {
  .office__table-row {
    font-size: 12px;
  }
}
.office__table-row:first-child {
  border-top: 1px solid rgba(34, 34, 34, 0.3137254902);
}
.office__table-title {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 0;
  font-weight: 700;
  background-color: #f6f6f6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .office__table-title {
    padding: 12.5px;
  }
}
.office__table-data {
  width: 50%;
  display: flex;
  align-items: center;
  font-weight: 500;
  padding-left: 11.54%;
}
.office__areas-subtitle {
  display: flex;
  justify-content: center;
}
.office__areas-subtitle h3 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.office__areas-graphics {
  display: flex;
  width: 100%;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .office__areas-graphics {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.office__area-map {
  width: 51.4%;
}
@media screen and (max-width: 767px) {
  .office__area-map {
    width: 100%;
  }
}
.office__area-items {
  width: 45.33%;
  position: relative;
  margin-left: -3.3%;
  margin-top: 7.5%;
}
@media screen and (max-width: 767px) {
  .office__area-items {
    width: 100%;
    margin: 0 auto 15px;
  }
}
.office__area-items-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  padding: 7.5px 0;
}
@media screen and (max-width: 767px) {
  .office__area-items-row {
    gap: 5px;
  }
}
.office__area-item {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 10px 25px;
  border: 2px solid;
  border-radius: 3px;
  color: #0085d0;
  line-height: 1em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .office__area-item {
    padding: 5px 12.5px;
    font-size: 12px;
  }
}
.office__area-item::before {
  content: "";
  width: 15px;
  height: 20px;
  display: inline-block;
  margin-right: 15px;
  background-image: url("/img/icons/area-pin.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.office__area-desciption {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}
.office__area-desciption p {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .office__area-desciption p {
    font-size: 14px;
  }
}
.office__button {
  width: 440px;
  height: 70px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #0085d0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .office__button {
    width: 100%;
    font-size: 1.8rem;
    height: 50px;
  }
}
.office__button::before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  right: 35px;
  background-image: url("/img/icons/button-arrow-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.office__button--white {
  background-color: #fff;
  color: #0085d0;
  border: 2px solid;
}
.office__button--white::before {
  background-image: url("/img/icons/button-arrow-icon-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.office__related-description {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.office__item-title {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  padding-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.office__related-span {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0085d0;
  padding: 0 4px;
  border: 1px solid;
}
.office__location {
  display: flex;
  font-size: 1.5rem;
  font-weight: 500;
  align-items: center;
}
.office__location::before {
  content: "";
  width: 12px;
  height: 15px;
  display: inline;
  margin-right: 7px;
  background-image: url("/img/icons/location-pin.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.office__related-button {
  display: flex;
  justify-content: center;
  padding-top: 25px;
}
.office__to-list-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}

.white {
  color: #fff;
}

.white-bg {
  background: #fff;
}

.black {
  color: #000;
}

.black-bg {
  background: #000;
}

.primary {
  color: #0b1e5a;
}

.primary-bg {
  background: #0b1e5a;
}

.overflow {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.sp-flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-flex {
    display: flex;
  }
}

.hide {
  display: none;
}

.wp-pagenavi {
  width: 100%;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    max-width: 200px;
    margin: 0 auto;
    gap: 5px;
    justify-content: space-between;
  }
}

.previouspostslink,
.nextpostslink,
.current,
.page {
  height: 30px;
  width: 30px;
  color: #0085d0;
  font-size: 2em;
  font-weight: 700;
  border: 1px solid #0085d0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .previouspostslink,
  .nextpostslink,
  .current,
  .page {
    height: 20px;
    width: 20px;
    font-size: 1.4em;
  }
}

.previouspostslink,
.nextpostslink,
.page {
  transition: ease 0.2s;
}
.previouspostslink:hover,
.nextpostslink:hover,
.page:hover {
  border-color: #0b1e5a;
}

.previouspostslink {
  background: url("/img/icons/blue-arrow.svg") no-repeat center;
  background-size: 15px;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .previouspostslink {
    background-size: 12px;
  }
}

.nextpostslink {
  background: url("/img/icons/blue-arrow.svg") no-repeat center;
  background-size: 15px;
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .nextpostslink {
    background-size: 12px;
  }
}

.current {
  background-color: #0085d0;
  color: #fff;
}

.extend {
  width: 20px;
  height: 30px;
  background: url("/img/icons/dotted-icon.svg") no-repeat center 5px;
  background-size: 100%;
}

.splide--mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .splide--mb30 {
    margin-bottom: 15px;
  }
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none;
}

.splide__slide {
  position: relative;
}
.splide__slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.splide__slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #222;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.4;
}

.splide__slide.is-active {
  opacity: 1;
}
.splide__slide.is-active::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #222;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}

.splide__arrow {
  width: 50px;
  height: 50px;
  border-radius: 0;
  background: #222;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .splide__arrow {
    width: 25px;
    height: 25px;
  }
}
.splide__arrow svg {
  fill: #fff;
  width: 12px;
  height: 21px;
}

.splide__arrow--prev {
  left: 0;
}

.splide__arrow--next {
  right: 0;
}

.office__gallery .splide__arrow--prev {
  right: 100%;
  left: auto;
}
.office__gallery .splide__arrow--next {
  left: 100%;
  right: auto;
}
.office__gallery .splide__arrow svg {
  width: auto;
  height: 21px;
}
.office__gallery .splide__slide img {
  height: 100%;
}
.office__gallery .splide__track {
  border: 1px solid rgba(34, 34, 34, 0.3137254902);
  height: 41.5rem;
}
@media screen and (max-width: 767px) {
  .office__gallery .splide__track {
    height: 250px;
  }
}

.office__gallery-thumbnail .splide__slide {
  margin-top: 2rem;
}
.office__gallery-thumbnail .splide__slide.is-active {
  border: 1px solid rgba(34, 34, 34, 0.3137254902) !important;
}
.office__gallery-thumbnail .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.office__related .splide__slide::before {
  opacity: 0;
}
.office__related .splide__arrow {
  top: 35%;
}
.office__related .splide__arrow--prev {
  left: auto;
  right: 100%;
}
.office__related .splide__arrow--next {
  right: auto;
  left: 100%;
}
.office__related .splide__arrow svg {
  height: 1.2em;
  width: auto;
}

/*# sourceMappingURL=/main.css.map */